Computing (FOLDOC) dictionary
Windows Application Binary Interface
Jump to user comments
providing translated versions of the three core Windows
redirect Windows calls to Solaris equivalents. For code other
than core library calls Wabi either executes the instructions
directly on the hardware, if it is Intel, or emulates them,
either one instruction at a time or by translating a block of
instructions and caching the result (e.g. for a loop).
WabiServer allows the Windows application and X display to
be on different computers.
(1997-01-08)